Release 10.1A: OpenEdge Development:
ADM Reference
Name native data type table
With a Name Native data type table (table type 3), the caller needs to know what the name of the parameter is that is being set. This temp-table type requires the use of the
setupTTFromSigcall to build the temp-table required to make the call.Figure A–3 shows the definition of the Name native data type temp-table.
Figure A–3: Name native data type table definition
The code in Example A–10 illustrates how to set up a Name native data type table (table type 3).
Note: There is no need to specify the
modeordata typeof the parameter as these are derived from the signature of the call and placed in the appropriate field. However, when using this table type, the value of the parameter being set must be set in the correct data type field, otherwise the value is never retrieved.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |